Fix some more typos
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Dec 2010 05:29:23 +0000 (00:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Dec 2010 05:29:23 +0000 (00:29 -0500)
gdk/gdk.c
gdk/gdkdisplaymanager.c

index e7c7a0c49d21a8ef975c53ee5d3cf90e8fe7336e..9bf97e59a8d4971e4f4743be0900f3b96aa9deaa 100644 (file)
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -986,9 +986,9 @@ gdk_threads_add_timeout (guint       interval,
  * @interval: the time between calls to the function, in seconds
  * @function: function to call
  * @data:     data to pass to @function
- * @notify: (allow-none):   function to call when the timeout is removed, or %NULL
+ * @notify: (allow-none): function to call when the timeout is removed, or %NULL
  *
- * A variant of gdk_threads_add_timout_full() with second-granularity.
+ * A variant of gdk_threads_add_timeout_full() with second-granularity.
  * See g_timeout_add_seconds_full() for a discussion of why it is
  * a good idea to use this function if you don't need finer granularity.
  *
index 9903490bdbd222143d9332d1a7d0e6373e7ae117..c9c5d3c4705a8921abcd137ae843a1c51eff3572 100644 (file)
@@ -170,7 +170,7 @@ gdk_display_manager_get_property (GObject      *object,
  * backends).
  *
  * Returns: (transfer none): The global #GdkDisplayManager singleton;
- *     gdk_parse_pargs(), gdk_init(), or gdk_init_check() must have
+ *     gdk_parse_args(), gdk_init(), or gdk_init_check() must have
  *     been called first.
  *
  * Since: 2.2